
#navo {
    
	width: 900px;
	margin:0px auto;
	padding-left: 4px;
	height: 45px;
	background-attachment: scroll;
	background-image: url("nav_left[1].gif");
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#navi {
	background-attachment: scroll;
	background-image: url("nav_right[1].gif");
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 4px;
}
#menu {
	height: 45px;
	background-attachment: scroll;
	background-image: url("menu_background[1].jpg");
	background-repeat: repeat-x;
}
#menu ul {
	border:0 none;
	line-height:150%;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0 0 0 15px;
	padding:0;
}
#nav {
	padding-left:20px;
}
#nav li {
	float:left;
	height:35px;
}
#nav li a {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	cursor:pointer;
	display:block;
	float:left;
	height:43px;
	padding-left:5px;
	text-decoration:none;
}
#nav li a span {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url("../images/menu_on_right.gif") no-repeat scroll right top;
	color:#FFFFFF;
	float:left;
	font-size:14px;
	line-height:16px;
	padding:12px 14px 10px 10px;
	text-decoration:none;
}
#nav .menu_line {
	background-attachment: scroll;
	background-image: url("nav_line[1].gif");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 3px;
	margin-top: 8px;
	margin-right: 3px;
	margin-left: 3px;
}
#nav li .nav_on {
	background-image: url("menu_on_left[1].gif");
	background-repeat: no-repeat;
}
#nav li .nav_on span {
	background-position:right 0px;
	color:#333333;
	font-weight:bold;
	padding:12px 14px 17px 10px;
	text-decoration:none;
	background-image: url("menu_on_right[1].gif");
}
